ScriptExceptionType

 

Example

The following is an example of how to reference the ScriptExceptionType object:

	// The full path is required.
	dundas.ScriptExceptionType.AmbiguousCall
	

 

Properties

 
  Name Description
  AmbiguousCall  
  DivideByZero  
  InvalidClass  
  InvalidCommand  
  InvalidLiteral  
  InvalidObject  
  InvalidOperatorInputs  
  InvalidParameters  
  InvalidStatement  
  InvalidType  
  MethodAlreadyDefined  
  MethodMustReturnValue  
  MethodNotFound  
  MissingClosingBracket  
  MissingOpeningBracket  
  ObjectNotFound  
  ParamArrayHaveDefault  
  ParamArrayMustBeLast  
  ParamArrayMustBeOneDim  
  ParamOptionalBeforeRequired  
  PropertyNotFound  
  RuntimeError  
  ScriptTooLong  
  SyntaxError  
  UnableToCreateObject  
  UnknownBuildError